runtime.vdsoInfo.versym (field)
6 uses
	runtime (current package)
		vdso_linux.go#L96: 	versym *[vdsoVerSymSize]uint16
		vdso_linux.go#L135: 	info.versym = nil
		vdso_linux.go#L150: 			info.versym = (*[vdsoVerSymSize]uint16)(unsafe.Pointer(p))
		vdso_linux.go#L161: 		info.versym = nil
		vdso_linux.go#L224: 		if info.versym != nil && version != 0 && int32(info.versym[symIndex]&0x7fff) != version {
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |